projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
446f034
)
*** empty log message ***
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 14 May 2001 13:18:04 +0000
(13:18 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 14 May 2001 13:18:04 +0000
(13:18 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 82bf32ccdf94ccb5aa71202b74ba34cd30cbb476..903c9d2dc937fe02b6c07aa2b1fd775d2fe45329 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2001-05-14 Gerd Moellmann <gerd@gnu.org>
+
+ * hexl.el (hexl-current-address): Print a message when called
+ interactively.
+
2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
* gud.el (gud-jdb-build-source-files-list): Fix paren typo.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 3f6bf99a6a22fdfd2337a3645e338e37474a7811..40d9e492fc11462f9455b70619f519987bfb91c3 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,8
@@
2001-05-14 Gerd Moellmann <gerd@gnu.org>
+ * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for
+ full-width rows.
+
* xfaces.c (split_font_name): Make sure to leave the loop
with the right value of `i'.